Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump reverse_markdown from 1.1.0 to 2.1.1 #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2021

Bumps reverse_markdown from 1.1.0 to 2.1.1.

Changelog

Sourced from reverse_markdown's changelog.

2.1.1 - October 2021

2.1.0 - May 2020

2.0.0 - March 2020

  • BREAKING: Dropped support for ruby 1.9.3
  • Add support for details and summary tags, see #85

1.4.0 – January 2020

  • BREAKING: jump links will no longer be ignored but treated as links, see #82

1.3.0 - September 2019

  • Add support for s HTML tag, thanks @​fauno

1.2.0 - August 2019

  • Handle windows \r\n within text blocks, thanks for reporting @​krisdigital
  • Handle paragraphs in li tags, thanks @​gstamp
Commits
  • 8da4375 Changelog, some simplifications here and there
  • f2d7824 Merge pull request #78 from shivabhusal/master
  • 2eab8dd Merge pull request #93 from diogoosorio/92-fix-list-paragraph-newlines
  • 3732a3b Fixes unintentional newline characters within lists with paragraphs
  • c664cad Merge pull request #88 from aried3r/patch-1
  • 1b0be2f Test only one patch version, add Ruby 2.7 to CI
  • e2c6973 Merge pull request #84 from olleolleolle/patch-2
  • 63db834 Merge pull request #83 from olleolleolle/patch-1
  • ad56a13 Bump version, update changelog
  • 75d9bb3 Merge pull request #86 from anshul78/support-figure-tag
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 1, 2021
@dependabot dependabot bot force-pushed the dependabot/bundler/reverse_markdown-2.1.1 branch from f8d2c9d to 3c64daa Compare February 4, 2022 21:38
@github-actions
Copy link

github-actions bot commented Feb 4, 2022

This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here:
https://github.com/noi5e/plots2/suites/5185416239/artifacts/157687717

@dependabot dependabot bot force-pushed the dependabot/bundler/reverse_markdown-2.1.1 branch from 3c64daa to 15d37de Compare March 1, 2022 23:21
@github-actions
Copy link

github-actions bot commented Mar 1, 2022

This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here:
https://github.com/noi5e/plots2/suites/5497215286/artifacts/175801177

@dependabot dependabot bot force-pushed the dependabot/bundler/reverse_markdown-2.1.1 branch from 15d37de to 8518f9c Compare March 29, 2022 23:31
@codecov-commenter
Copy link

Codecov Report

Merging #77 (8518f9c) into main (5bf9b9d) will increase coverage by 0.01%.
The diff coverage is 92.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #77      +/-   ##
==========================================
+ Coverage   82.43%   82.45%   +0.01%     
==========================================
  Files          98       98              
  Lines        5990     5991       +1     
==========================================
+ Hits         4938     4940       +2     
+ Misses       1052     1051       -1     
Impacted Files Coverage Δ
app/helpers/user_tags_helper.rb 33.33% <50.00%> (+4.76%) ⬆️
app/controllers/settings_controller.rb 83.33% <75.00%> (-5.56%) ⬇️
app/controllers/tag_controller.rb 85.49% <100.00%> (+0.30%) ⬆️
app/controllers/users_controller.rb 80.78% <100.00%> (ø)
app/helpers/application_helper.rb 88.65% <100.00%> (ø)
app/models/user.rb 86.64% <100.00%> (+0.52%) ⬆️

@github-actions
Copy link

This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here:
https://github.com/noi5e/plots2/suites/5853032313/artifacts/197040808

Bumps [reverse_markdown](https://github.com/xijo/reverse_markdown) from 1.1.0 to 2.1.1.
- [Release notes](https://github.com/xijo/reverse_markdown/releases)
- [Changelog](https://github.com/xijo/reverse_markdown/blob/master/CHANGELOG.md)
- [Commits](xijo/reverse_markdown@v1.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: reverse_markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/reverse_markdown-2.1.1 branch from 8518f9c to 7fb666c Compare April 18, 2022 20:36
@github-actions
Copy link

This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here:
https://github.com/noi5e/plots2/suites/6164259187/artifacts/215968786

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant